ArcGIS API for Windows Phone - Library Reference
Route(IEnumerable<Waypoint>,EventHandler<CalculateRouteCompletedEventArgs>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Routing Class > Route Method : Route(IEnumerable<Waypoint>,EventHandler<CalculateRouteCompletedEventArgs>) Method

waypoints
The waypoints.
onComplete
The handler to call on completion.
Requests a route between the specified waypoints.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Route( _
   ByVal waypoints As IEnumerable(Of Waypoint), _
   ByVal onComplete As EventHandler(Of CalculateRouteCompletedEventArgs) _
) 

Parameters

waypoints
The waypoints.
onComplete
The handler to call on completion.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.